go/types._TypeSet.LookupMethod (method)
3 uses
go/types (current package)
lookup.go#L185: if i, m := t.typeSet().LookupMethod(pkg, name, foldCase); m != nil {
lookup.go#L317: _, f := tset.LookupMethod(m.pkg, m.name, false)
typeset.go#L59: func (s *_TypeSet) LookupMethod(pkg *Package, name string, foldCase bool) (int, *Func) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)